home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / comms / other / novia / src / include / novia_items.h < prev    next >
C/C++ Source or Header  |  1999-12-06  |  278b  |  10 lines

  1. #ifndef NOVIA_ITEMS_H
  2. #define NOVIA_ITEMS_H
  3. #define NOVIA_ITEMS_H_VERSION "$VER: 0.01 (08.05.1998)"
  4. // (c) Copyright 1996-1998 by Thorsten Gehler
  5. // All rights reserved. Read license.readme for copyright informations.
  6.  
  7. #define ITEMTYPE_MESSAGE    0
  8. #define ITEMTYPE_FILE        1
  9.  
  10. #endif